The required arguments are set via the 'with' factory method and optional arguments via the 'and' chained methods.
Example:
{@code Setter.withGroupKey(HystrixCommandGroupKey.Factory.asKey("GroupName")) .andCommandKey(HystrixCommandKey.Factory.asKey("CommandName")) .andEventNotifier(notifier);}@NotThreadSafe
|
|
|
|