Class MinMaxEnvelopeRouterRegistrar
java.lang.Object
energy.eddie.spring.regionconnector.extensions.v1_12.MinMaxEnvelopeRouterRegistrar
The
MinMaxEnvelopeRouterRegistrar should be added to each region connector's own context and will
register the RegionConnector of each region connector to the common MinMaxEnvelopeRouter.
Each region connector implemmentation is required to provide an implementation of the RegionConnector interface.-
Constructor Summary
ConstructorsConstructorDescriptionMinMaxEnvelopeRouterRegistrar(String regionConnectorName, Optional<RegionConnectorMinMaxEnvelopeService> minMaxEnvelopeService, Optional<MinMaxEnvelopeRouter> minMaxEnvelopeRouter) -
Method Summary
-
Constructor Details
-
MinMaxEnvelopeRouterRegistrar
public MinMaxEnvelopeRouterRegistrar(@Qualifier("regionConnectorName") String regionConnectorName, Optional<RegionConnectorMinMaxEnvelopeService> minMaxEnvelopeService, Optional<MinMaxEnvelopeRouter> minMaxEnvelopeRouter)
-