Uses of Interface
de.iip_ecosphere.platform.services.environment.services.Broker.BrokerType
Packages that use Broker.BrokerType
-
Uses of Broker.BrokerType in de.iip_ecosphere.platform.services.environment.services
Classes in de.iip_ecosphere.platform.services.environment.services that implement Broker.BrokerTypeFields in de.iip_ecosphere.platform.services.environment.services with type parameters of type Broker.BrokerTypeModifier and TypeFieldDescriptionprivate static Map<Broker.BrokerType, Broker.BrokerCreator> Broker.creatorsMethods in de.iip_ecosphere.platform.services.environment.services that return Broker.BrokerTypeMethods in de.iip_ecosphere.platform.services.environment.services that return types with arguments of type Broker.BrokerTypeModifier and TypeMethodDescriptionstatic List<Broker.BrokerType> Broker.allTypes()Returns all known/registered types.Methods in de.iip_ecosphere.platform.services.environment.services with parameters of type Broker.BrokerTypeModifier and TypeMethodDescriptionstatic de.iip_ecosphere.platform.support.ServerBroker.createInstance(Broker.BrokerType type, int port) Creates a server instance.static de.iip_ecosphere.platform.transport.connectors.TransportConnectorBroker.createTransportConnector(Broker.BrokerType type) Creates a transport connector instance.static voidBroker.extractServerConfig(Broker.BrokerType type) Tries to extract the server configuration.static <R> RBroker.onCreator(Broker.BrokerType type, Function<Broker.BrokerCreator, R> func) Executes an operation on the associated broker creator and returns the result.static voidBroker.registerType(Broker.BrokerType type, Broker.BrokerCreator creator) Registers atypewith it's creator.