Package org.mockserver.mock
Interface ExpectationStoreFactory.Factory
- Enclosing class:
- ExpectationStoreFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates the
RequestMatchers instance backing an HttpState.
The parameter order matches the RequestMatchers constructor so the
default can be a constructor reference.-
Method Summary
Modifier and TypeMethodDescriptioncreate(Configuration configuration, MockServerLogger mockServerLogger, Scheduler scheduler, WebSocketClientRegistry webSocketClientRegistry)
-
Method Details
-
create
RequestMatchers create(Configuration configuration, MockServerLogger mockServerLogger, Scheduler scheduler, WebSocketClientRegistry webSocketClientRegistry)
-