Interface BrokerServiceFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BrokerServiceFactory
Provider seam that mirrors the TS dynamic broker loader (createBrokerService) and lets tests / advanced callers substitute provider implementations without touching ProviderFactory.create(app.ductape.sdk.brokers.types.BrokerTypes.MessageBrokerType, java.util.Map<java.lang.String, java.lang.Object>). The default factory delegates to ProviderFactory.create.