mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 08:16:15 +10:00
[강운덕] [LUCYSUS-1744] reconnect상태에서 에러로그를 봤을때 좀더 알아보기 쉽도록 init_reconnect 상태를 추가함.
git-svn-id: http://svn.bds.nhncorp.com/pe/pinpoint-rpc/trunk@2234 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -22,6 +22,11 @@ public class ReconnectStateSocketHandler implements SocketHandler {
|
||||
throw new IllegalStateException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void initReconnect() {
|
||||
//To change body of implemented methods use File | Settings | File Templates.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setPinpointSocket(PinpointSocket pinpointSocket) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user