Class GrpcBidiRule


public class GrpcBidiRule extends ObjectWithJsonToString
Reactive rule for bidirectional gRPC streaming: each inbound client message is matched against rules in order; the first rule whose matchJson matches the inbound message JSON emits its responses as DATA frames.

Matching semantics mirror WebSocketMessageMatcher.getTextMatcher() / BidirectionalWebSocketFrameHandler.matches: exact string match first, then regex via String.matches().