Interface SseRequestResult

All Known Implementing Classes:
SseRequestResult.HandshakeAccepted, SseRequestResult.HandshakeRejected, SseRequestResult.RequestFailed

Sealed interface used by Simulator.performSseRequest(Request) during integration tests, which encapsulates the 3 logical outcomes for SSE connections: accepted handshake, rejected handshake, and general request failure.

See https://www.soklet.com/docs/testing#integration-testing for detailed documentation.

Author:
Mark Allen