public class TopicConnectionRequest extends ConnectionRequest
TopicConnectionRequest
instance wraps a user connection
request for performing PubSub messaging.identityClass, password, userName
Constructor and Description |
---|
TopicConnectionRequest(String userName,
String password,
String identityClass)
Constructs a
TopicConnectionRequest instance. |
Modifier and Type | Method and Description |
---|---|
int |
hashCode()
Returns a code based on the wrapped user identity.
|
String |
toString() |
equals, getIdentityClass, getPassword, getUserName
public TopicConnectionRequest(String userName, String password, String identityClass)
TopicConnectionRequest
instance.userName
- Name of the user requesting a connection.password
- Password of the user requesting a connection.identityClass
- identity class namepublic int hashCode()
hashCode
in interface ConnectionRequestInfo
hashCode
in class ConnectionRequest
public String toString()
toString
in class ConnectionRequest
Copyright © 2019 ScalAgent D.T.. All rights reserved.