getAndDisableRxAutoAspect static method

List<Object> getAndDisableRxAutoAspect()

Implementation

static List<Object> getAndDisableRxAutoAspect() {
  stateRxAutoAspectFlag = false;
  return stateRxAutoAspects;
}