Uses of Class
de.iip_ecosphere.platform.services.environment.services.Broker.BrokerCreator
Packages that use Broker.BrokerCreator
-
Uses of Broker.BrokerCreator in de.iip_ecosphere.platform.services.environment.services
Fields in de.iip_ecosphere.platform.services.environment.services with type parameters of type Broker.BrokerCreatorModifier and TypeFieldDescriptionprivate static Map<Broker.BrokerType, Broker.BrokerCreator> Broker.creatorsMethods in de.iip_ecosphere.platform.services.environment.services with parameters of type Broker.BrokerCreatorModifier and TypeMethodDescriptionstatic voidBroker.registerType(Broker.BrokerType type, Broker.BrokerCreator creator) Registers atypewith it's creator.Method parameters in de.iip_ecosphere.platform.services.environment.services with type arguments of type Broker.BrokerCreatorModifier and TypeMethodDescriptionstatic <R> RBroker.onCreator(Broker.BrokerType type, Function<Broker.BrokerCreator, R> func) Executes an operation on the associated broker creator and returns the result.Constructors in de.iip_ecosphere.platform.services.environment.services with parameters of type Broker.BrokerCreatorModifierConstructorDescriptionprivateDefaultType(Broker.BrokerCreator creator) Creates a type constant.