Toggle navigation
Home
com.mpush.common.message.gateway.GatewayPushMessage to com.mpush.api.spi.push.IPushMessage
No. of Instances - 8
No. of Commits - 1
No. of Projects - {'mpush'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
message.getConnection().getChannel()
to
((Message)message).getConnection().getChannel()
Logs.PUSH.warn("[broadcast] find router in local but conn disconnect, message={}, conn={}",message,connection)
to
Logs.PUSH.warn("[Broadcast] find router in local but conn disconnect, message={}, conn={}",message,connection)
message.getConnection().getChannel()
to
((Message)message).getConnection().getChannel()
Update Class Instacne Creation
new PushMessage(message.content,connection)
to
new PushMessage(message.getContent(),connection)