Index
All Classes and Interfaces|All Packages
A
- afterPropertiesSet() - Method in class org.grpcmock.springboot.GrpcMockConfiguration
- 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.
C
- certChainFile() - Element in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
-
Defines the file path for the cert chain.
E
- executorBeanName() - Element in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
-
Defines executor bean to be used for the gRPC server.
- executorThreadCount() - Element in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
-
Defines executor thread count to be used for the server, which will create a
ExecutorviaExecutors.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
- getName() - 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
- interceptors() - Element in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
-
Defines
ServerInterceptorfor the gRPC Mock server. - isPortDynamic() - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
- isRunning() - Method in class org.grpcmock.springboot.GrpcMockConfiguration
- isUseInProcessServer() - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
N
- name() - Element in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
-
Defines the name of in-process server configured.
O
- onApplicationEvent(ApplicationPreparedEvent) - Method in class org.grpcmock.springboot.GrpcMockApplicationListener
- org.grpcmock.springboot - package org.grpcmock.springboot
P
- port() - Element in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
-
Defines the port value for the gRPC Mock server.
- prepareTestInstance(TestContext) - Method in class org.grpcmock.springboot.GrpcMockTestExecutionListener
- privateKeyFile() - Element 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
- setName(String) - 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
- setUseInProcessServer(boolean) - Method in class org.grpcmock.springboot.GrpcMockProperties.Server
- start() - Method in class org.grpcmock.springboot.GrpcMockConfiguration
- stop() - Method in class org.grpcmock.springboot.GrpcMockConfiguration
U
- useInProcessServer() - Element in annotation type org.grpcmock.springboot.AutoConfigureGrpcMock
-
Set this to true to use InProcessServer instead of netty based one.
All Classes and Interfaces|All Packages