Uses of Interface
org.mockserver.state.StateBackend
Packages that use StateBackend
Package
Description
-
Uses of StateBackend in org.mockserver.mock
Methods in org.mockserver.mock that return StateBackendModifier and TypeMethodDescriptionHttpState.getStateBackend()Returns the pluggable state backend (G10 phase 2a).RequestMatchers.getStateBackend()Returns the state backend, ornullif none has been set.Methods in org.mockserver.mock with parameters of type StateBackendModifier and TypeMethodDescriptionvoidCrossProtocolEventBus.setStateBackend(StateBackend backend) Wires the clustered state backend for fleet-wide registration replication.voidRequestMatchers.setStateBackend(StateBackend stateBackend) Sets the state backend reference and wires the expectation KV store as the source of truth. -
Uses of StateBackend in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http with parameters of type StateBackendModifier and TypeMethodDescriptionvoidGrpcChaosRegistry.setStateBackend(StateBackend backend) Wires the clustered state backend for fleet-wide chaos replication.voidServiceChaosRegistry.setStateBackend(StateBackend backend) Wires the clustered state backend for fleet-wide chaos replication.voidTcpChaosRegistry.setStateBackend(StateBackend backend) Wires the clustered state backend for fleet-wide chaos replication. -
Uses of StateBackend in org.mockserver.state
Classes in org.mockserver.state that implement StateBackendModifier and TypeClassDescriptionclassDefault in-memoryStateBackendthat wraps today's exact data structures for zero behaviour change.Methods in org.mockserver.state that return StateBackendModifier and TypeMethodDescriptionstatic StateBackendStateBackendFactory.create(Configuration configuration) Create the state backend via the registered factory.StateBackendFactory.Factory.create(Configuration configuration) -
Uses of StateBackend in org.mockserver.state.infinispan
Classes in org.mockserver.state.infinispan that implement StateBackendModifier and TypeClassDescriptionclassInfinispan-backedStateBackendsupporting both LOCAL (non-clustered) and CLUSTERED (JGroups transport, REPL_SYNC) modes.