Interface GenMessagingClientFactory
-
public interface GenMessagingClientFactoryDefines the interface of a messaging client factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenMessagingClientcreate(MessagingInterfaceDescription interfaceDescription)Factory method to create a new instance of the messaging client.java.util.Set<MessagingPlatformType>getSupportedPlatforms()Gets the messaging platforms supported by the implementation.
-
-
-
Method Detail
-
create
GenMessagingClient create(MessagingInterfaceDescription interfaceDescription)
Factory method to create a new instance of the messaging client.- Parameters:
interfaceDescription- Describes the messaging interface and it's parameters- Returns:
- A new instance of
GenMessagingClient
-
getSupportedPlatforms
java.util.Set<MessagingPlatformType> getSupportedPlatforms()
Gets the messaging platforms supported by the implementation.- Returns:
- a set of
MessagingPlatformType
-
-