Uses of Interface
org.hcjf.service.ServiceConsumer
-
-
-
Uses of ServiceConsumer in org.hcjf.cloud
Classes in org.hcjf.cloud that implement ServiceConsumer Modifier and Type Class Description classCloudConsumerConsumer implementation for the cloud internal service. -
Uses of ServiceConsumer in org.hcjf.cloud.impl.network
Classes in org.hcjf.cloud.impl.network that implement ServiceConsumer Modifier and Type Class Description classCloudBroadcastConsumerclassCloudClientclassCloudServerclassNetworkComponentclassNodeclassServiceEndPoint -
Uses of ServiceConsumer in org.hcjf.events
Subinterfaces of ServiceConsumer in org.hcjf.events Modifier and Type Interface Description interfaceEventListener<E extends Event>This class resolve the interface to receive events of the instance. -
Uses of ServiceConsumer in org.hcjf.io.console
Classes in org.hcjf.io.console that implement ServiceConsumer Modifier and Type Class Description classConsoleServerThis server accept connections from hcj-console instances. -
Uses of ServiceConsumer in org.hcjf.io.fs
Classes in org.hcjf.io.fs that implement ServiceConsumer Modifier and Type Class Description classFileSystemWatcherConsumerThis class must be implemented if tou want to consume the file system watcher service. -
Uses of ServiceConsumer in org.hcjf.io.net
Classes in org.hcjf.io.net that implement ServiceConsumer Modifier and Type Class Description classNetClient<S extends NetSession,D>This class is a kind of net consumer that represent a client for the ip connections.classNetServer<S extends NetSession,D>This class is a kind of net consumer that represent a server for the ip connections.classNetServiceConsumer<S extends NetSession,D>This consumer provide an interface for the net service. -
Uses of ServiceConsumer in org.hcjf.io.net.broadcast
Subinterfaces of ServiceConsumer in org.hcjf.io.net.broadcast Modifier and Type Interface Description interfaceBroadcastConsumerThis interface provides all the methods as needed to register a broadcast consumer. -
Uses of ServiceConsumer in org.hcjf.io.net.http
Classes in org.hcjf.io.net.http that implement ServiceConsumer Modifier and Type Class Description classHttpClientClient to invoke some http server.classHttpServerImplementation of the net service that provides the http protocol server.classHttpsServer -
Uses of ServiceConsumer in org.hcjf.io.net.http.proxy
Classes in org.hcjf.io.net.http.proxy that implement ServiceConsumer Modifier and Type Class Description classHttpProxyHttp proxy implementation -
Uses of ServiceConsumer in org.hcjf.io.net.kubernetes
Classes in org.hcjf.io.net.kubernetes that implement ServiceConsumer Modifier and Type Class Description classKubernetesSpyConsumer -
Uses of ServiceConsumer in org.hcjf.io.net.messages
Classes in org.hcjf.io.net.messages that implement ServiceConsumer Modifier and Type Class Description classMessagesNode<S extends NetSession>This class provides the base to implements a message node.classMessagesServer<S extends NetSession>This implementation provides the base to work with messages into the network. -
Uses of ServiceConsumer in org.hcjf.io.process
Subinterfaces of ServiceConsumer in org.hcjf.io.process Modifier and Type Interface Description interfaceProcessDiscoveryConsumer -
Uses of ServiceConsumer in org.hcjf.log
Subinterfaces of ServiceConsumer in org.hcjf.log Modifier and Type Interface Description interfaceLogPrinterThis class porvide the interface to write the records of the log in different places. -
Uses of ServiceConsumer in org.hcjf.names
Classes in org.hcjf.names that implement ServiceConsumer Modifier and Type Class Description classNamingConsumerNaming service consumer base class. -
Uses of ServiceConsumer in org.hcjf.service
Classes in org.hcjf.service with type parameters of type ServiceConsumer Modifier and Type Class Description classService<C extends ServiceConsumer>This abstract class contains all the implementations and the interfaces that describe the behavior of the system service.
-