Object MessagePositionHandler.Companion
-
- All Implemented Interfaces:
public class MessagePositionHandler.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static MessagePositionHandler.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final MessagePositionHandlerdefaultHandler()The default implementation of the MessagePositionHandler interface which can be taken as a reference when implementing a custom one. -
-
Method Detail
-
defaultHandler
final MessagePositionHandler defaultHandler()
The default implementation of the MessagePositionHandler interface which can be taken as a reference when implementing a custom one.
- Returns:
The default implementation of MessagePositionHandler.
-
-
-
-