Class ListenerEndpoint
java.lang.Object
services.moleculer.service.Endpoint
services.moleculer.eventbus.ListenerEndpoint
- Direct Known Subclasses:
LocalListenerEndpoint, RemoteListenerEndpoint
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedListenerEndpoint(String nodeID, String serviceName, String group, String subscribe, boolean privateAccess) -
Method Summary
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
serviceName
-
group
-
subscribe
-
privateAccess
protected final boolean privateAccessPrivate Listener; only the local Broker can access it and cannot be called remotely. -
hashCode
protected final int hashCode
-
-
Constructor Details
-
ListenerEndpoint
-
-
Method Details
-
on
-
isLocal
public abstract boolean isLocal() -
isPrivate
public boolean isPrivate() -
hashCode
-
equals
-