Uses of Class
net.sf.eBus.config.EConfigure.AbstractBuilder
-
-
Uses of EConfigure.AbstractBuilder in net.sf.eBus.config
Classes in net.sf.eBus.config with type parameters of type EConfigure.AbstractBuilder Modifier and Type Class Description static classEConfigure.AbstractBuilder<T extends EConfigure.AbstractBuilder>Base class forEConfigure.ServerBuilderandEConfigure.ConnectionBuilder, containing the properties common to both.Subclasses of EConfigure.AbstractBuilder in net.sf.eBus.config Modifier and Type Class Description static classEConfigure.ConnectionBuilderConstructs anEConfigure.RemoteConnectioninstance based on the parameters set via the builder's API.static classEConfigure.ServerBuilderConstructs anEConfigure.Serviceinstance based on the parameters set via this builder's API.Constructors in net.sf.eBus.config with parameters of type EConfigure.AbstractBuilder Constructor Description AbstractConfig(EConfigure.AbstractBuilder<?> builder)Constructs the common information for service and remote connections.
-