Пример #1
0
 static {
   ApplyActions applyActions =
       new ApplyActionsBuilder()
           .setAction(ImmutableList.of(ArpFlowFactory.createSendToControllerAction(0)))
           .build();
   SEND_TO_CONTROLLER_INSTRUCTION =
       new InstructionBuilder()
           .setOrder(0)
           .setInstruction(new ApplyActionsCaseBuilder().setApplyActions(applyActions).build())
           .build();
 }