Package design.pattern.structural
Interface Ambassador
public interface Ambassador
Ambassador
is used to offload the common functionality like logging, retry, etc., away from the
shared legacy application into the client code itself.Ambassador
is used to offload the common functionality like logging, retry, etc., away from the
shared legacy application into the client code itself.