Class DebugBlacklistingStrategy

java.lang.Object
org.distributeme.core.routing.blacklisting.DebugBlacklistingStrategy
All Implemented Interfaces:
BlacklistingStrategy

public class DebugBlacklistingStrategy extends Object implements BlacklistingStrategy
Debug blacklisting strategie. This strategy actually never blacklists any service instance. It just prints a debug message on system out. This might be useful for debugging. Created by rboehling on 2/21/17.