Class RemoteListenerEndpoint
java.lang.Object
services.moleculer.service.Endpoint
services.moleculer.eventbus.ListenerEndpoint
services.moleculer.eventbus.RemoteListenerEndpoint
-
Field Summary
FieldsFields inherited from class ListenerEndpoint
group, hashCode, logger, privateAccess, serviceName, subscribe -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRemoteListenerEndpoint(String nodeID, String service, String group, String subscribe, Transporter transporter) -
Method Summary
Methods inherited from class ListenerEndpoint
equals, hashCode, isPrivate
-
Field Details
-
transporter
-
-
Constructor Details
-
RemoteListenerEndpoint
protected RemoteListenerEndpoint(String nodeID, String service, String group, String subscribe, Transporter transporter)
-
-
Method Details
-
on
-
isLocal
public boolean isLocal()- Specified by:
isLocalin classListenerEndpoint
-