We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d70c5 commit ede1a38Copy full SHA for ede1a38
1 file changed
core/src/main/java/dev/objz/commandbridge/net/OutNode.java
@@ -11,13 +11,6 @@
11
12
import dev.objz.commandbridge.net.proto.Envelope;
13
14
-/**
15
- * Type-safe heterogeneous outbound message router.
16
- * <p>
17
- * Each {@link MessageType} is bound to a specific {@link OutboundHandler} context type
18
- * at registration time. The type safety is enforced by the contract: callers must
19
- * invoke {@code send(type, context)} with the same context type that was registered.
20
- */
21
public final class OutNode {
22
23
private final Map<MessageType, OutboundHandler<?>> handlers;
0 commit comments