Skip to content

Commit ede1a38

Browse files
authored
Update OutNode.java
1 parent 55d70c5 commit ede1a38

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

core/src/main/java/dev/objz/commandbridge/net/OutNode.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111

1212
import dev.objz.commandbridge.net.proto.Envelope;
1313

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-
*/
2114
public final class OutNode {
2215

2316
private final Map<MessageType, OutboundHandler<?>> handlers;

0 commit comments

Comments
 (0)