Class GrpcRetryer
- java.lang.Object
-
- org.apache.eventmesh.runtime.core.protocol.grpc.retry.GrpcRetryer
-
public class GrpcRetryer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GrpcRetryer(EventMeshGrpcServer eventMeshGrpcServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidpushRetry(DelayRetryable delayRetryable)voidshutdown()intsize()voidstart()
-
-
-
Constructor Detail
-
GrpcRetryer
public GrpcRetryer(EventMeshGrpcServer eventMeshGrpcServer)
-
-
Method Detail
-
pushRetry
public void pushRetry(DelayRetryable delayRetryable)
-
init
public void init()
-
size
public int size()
-
shutdown
public void shutdown()
-
start
public void start() throws java.lang.Exception- Throws:
java.lang.Exception
-
-