Closed Roiocam closed 2 months ago
avoid annoying method call
// current creation Behaviors.receiveMessage(e -> { forwardRef.tell(e); return Behaviors.same(); }); // expect feature Behaviors.receiveMessageSame(msg -> forwardRef.tell(msg));
Motivation
avoid annoying method call