Interface SempClientFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BasicAuthSempClientFactory
This interface serves as a blueprint for creating SempClient objects, which are used to interact
with a Solace message broker using the Solace Element Management Protocol (SEMP).
-
Method Summary
-
Method Details
-
create
SempClient create()This method is the core of the factory interface. It defines how to construct and return a SempClient object. Implementations of this interface will provide the specific logic for creating a client instance, which might involve connecting to the broker, handling authentication, and configuring other settings.
-