public CommunicatorFactory
Represents factory for creating interface Communicator
interface Communicator
Modifier and Type | Method and Description |
---|---|
Communicator |
create(CommunicatorParams communicatorParams)
Creates
interface Communicator instance for given parameters. |
Communicator create(CommunicatorParams communicatorParams)
Creates interface Communicator
instance for given parameters.
interface Communicator