A B C E G I O P R S 
All Classes All Packages

A

afterTestClass(TestContext) - Method in class org.grpcmock.springboot.GrpcMockTestExecutionListener
 
afterTestMethod(TestContext) - Method in class org.grpcmock.springboot.GrpcMockTestExecutionListener
 
AutoConfigureGrpcMock - Annotation Type in org.grpcmock.springboot
Annotation for test classes that want to start a gRPC Mock server as part of the Spring Application Context.

B

beforeTestClass(TestContext) - Method in class org.grpcmock.springboot.GrpcMockTestExecutionListener
 

C

certChainFile() - Method in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
Defines the file path for the cert chain.

E

executorBeanName() - Method in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
Defines executor bean to be used for the gRPC server.
executorThreadCount() - Method in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
Defines executor thread count to be used for the server, which will create a Executor via Executors.newFixedThreadPool(int).

G

getCertChainFile() - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
getExecutorBeanName() - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
getExecutorThreadCount() - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
getInterceptors() - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
getPort() - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
getPrivateKeyFile() - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
getServer() - Method in class org.grpcmock.springboot.GrpcMockProperties
 
GrpcMockApplicationListener - Class in org.grpcmock.springboot
Prepares environment for gRPC Mock and finds a free port if needed.
GrpcMockApplicationListener() - Constructor for class org.grpcmock.springboot.GrpcMockApplicationListener
 
GrpcMockConfiguration - Class in org.grpcmock.springboot
 
GrpcMockProperties - Class in org.grpcmock.springboot
 
GrpcMockProperties() - Constructor for class org.grpcmock.springboot.GrpcMockProperties
 
GrpcMockProperties.Server - Class in org.grpcmock.springboot
 
GrpcMockTestExecutionListener - Class in org.grpcmock.springboot
Dirties the test context if WireMock was running on a fixed port.
GrpcMockTestExecutionListener() - Constructor for class org.grpcmock.springboot.GrpcMockTestExecutionListener
 

I

init() - Method in class org.grpcmock.springboot.GrpcMockConfiguration
 
interceptors() - Method in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
Defines ServerInterceptor for the gRPC Mock server.
isPortDynamic() - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
isRunning() - Method in class org.grpcmock.springboot.GrpcMockConfiguration
 

O

onApplicationEvent(ApplicationPreparedEvent) - Method in class org.grpcmock.springboot.GrpcMockApplicationListener
 
org.grpcmock.springboot - package org.grpcmock.springboot
 

P

port() - Method in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
Defines the port value for the gRPC Mock server.
privateKeyFile() - Method in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
Defines the file path for the private key.

R

resetAll() - Method in class org.grpcmock.springboot.GrpcMockConfiguration
 

S

Server() - Constructor for class org.grpcmock.springboot.GrpcMockProperties.Server
 
setCertChainFile(String) - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
setExecutorBeanName(String) - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
setExecutorThreadCount(int) - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
setInterceptors(Class<? extends ServerInterceptor>[]) - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
setPort(int) - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
setPortDynamic(boolean) - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
setPrivateKeyFile(String) - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
 
setServer(GrpcMockProperties.Server) - Method in class org.grpcmock.springboot.GrpcMockProperties
 
start() - Method in class org.grpcmock.springboot.GrpcMockConfiguration
 
stop() - Method in class org.grpcmock.springboot.GrpcMockConfiguration
 
A B C E G I O P R S 
All Classes All Packages