Method name changed discoverStart to discoveryStart
This commit is contained in:
parent
c54bbf07ed
commit
93be2d0e2d
@ -53,12 +53,12 @@ public class CentralDiscoveryService implements DiscoveryService {
|
||||
}
|
||||
|
||||
@ProbeAPI
|
||||
public void discoverStart(String requesterSessionID, Date startDate) throws OverflowException {
|
||||
public void discoveryStart(String requesterSessionID, Date startDate) throws OverflowException {
|
||||
messagePublisher.publishToMemberSession(requesterSessionID, "DiscoveryService.discoveryStart", startDate);
|
||||
}
|
||||
|
||||
@ProbeAPI
|
||||
public void discoverStop(String requesterSessionID, Date stopDate) throws OverflowException {
|
||||
public void discoveryStop(String requesterSessionID, Date stopDate) throws OverflowException {
|
||||
messagePublisher.publishToMemberSession(requesterSessionID, "DiscoveryService.discoveryStop", stopDate);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user