public interface GenericGrpcStubPostProcessor extends GrpcStubPostProcessor
GrpcStubPostProcessor interface that allows
implementing explicit logic deciding when to apply the processor.| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsStubType(java.lang.Class<? extends io.grpc.stub.AbstractStub> stubClass)
Determine whether this stub post processor should apply to given stub type.
|
postProcessboolean supportsStubType(java.lang.Class<? extends io.grpc.stub.AbstractStub> stubClass)
stubClass - the stub type (never null)true is this processor should be applied to the given
stub type; false otherwise