Class Strategy<T extends Endpoint>
java.lang.Object
services.moleculer.strategy.Strategy<T>
- Direct Known Subclasses:
ArrayBasedStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidaddEndpoint(T endpoint) abstract TgetEndpoint(Context ctx, String nodeID) abstract booleanisEmpty()abstract boolean
-
Constructor Details
-
Strategy
public Strategy()
-
-
Method Details
-
addEndpoint
-
remove
-
isEmpty
public abstract boolean isEmpty() -
getEndpoint
-
getAllEndpoints
-