Toggle navigation
Home
io.atomix.cluster.messaging.MessageSubject to java.lang.String
No. of Instances - 72
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Other
String.format("event-%d",sessionId)
to
String.format("event-%d",sessionId)
String.format("%s-event-%d",prefix,sessionId)
to
String.format("%s-event-%d",prefix,sessionId)
type
to
type
String.format("%s-%s",prefix,type)
to
String.format("%s-%s",prefix,type)
String.format("%s-%s",prefix,type)
to
String.format("%s-%s",prefix,type)
String.format("reset-%d",sessionId)
to
String.format("reset-%d",sessionId)
String.format("%s-reset-%d",prefix,sessionId)
to
String.format("%s-reset-%d",prefix,sessionId)
String.format("publish-%d",sessionId)
to
String.format("publish-%d",sessionId)
String.format("%s-publish-%d",prefix,sessionId)
to
String.format("%s-publish-%d",prefix,sessionId)
Add or Remove Method invocation
subject.toString()
to
subject
clusterCommunicator.sendAndReceive(GOSSIP_MESSAGE_SUBJECT,subscriptions,SERIALIZER::encode,SERIALIZER::decode,nodeId)
to
messagingService.send(GOSSIP_MESSAGE_SUBJECT,subscriptions,SERIALIZER::encode,SERIALIZER::decode,nodeId)
subject.toString()
to
subject
subject.toString()
to
subject
subject.toString()
to
subject
subject.toString()
to
subject
subject.toString()
to
subject
subject.name()
to
subject
Rename Method invocation
sendAndReceive
to
send
addSubscriber
to
subscribe
sendAndReceive
to
send
addSubscriber
to
subscribe
sendAndReceive
to
send
addSubscriber
to
subscribe
sendAndReceive
to
send