Committed by
Gerrit Code Review
ClusterMessagingProtocol: initialize on demand
Change-Id: I58b6dfb4c1756a2ee097847b1b3363d829d25676
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -44,7 +44,7 @@ import org.slf4j.Logger; | ... | @@ -44,7 +44,7 @@ import org.slf4j.Logger; |
44 | /** | 44 | /** |
45 | * ONOS Cluster messaging based Copycat protocol. | 45 | * ONOS Cluster messaging based Copycat protocol. |
46 | */ | 46 | */ |
47 | -@Component(immediate = true) | 47 | +@Component(immediate = false) |
48 | @Service | 48 | @Service |
49 | public class ClusterMessagingProtocol | 49 | public class ClusterMessagingProtocol |
50 | implements DatabaseProtocolService, Protocol<TcpMember> { | 50 | implements DatabaseProtocolService, Protocol<TcpMember> { | ... | ... |
-
Please register or login to post a comment