Searched refs:serviceFlowType (Results 1 – 3 of 3) sorted by relevance
37 public void schedule(ServiceFlowType serviceFlowType, Object... args) { in schedule() argument38 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance(serviceFlowType, args); in schedule()41 new ServiceFlowTask(serviceFlowType, serviceFlow); in schedule()43 var unused = switch (serviceFlowType.getPriority()) { in schedule()
43 public static ServiceFlow createInstance(ServiceFlowType serviceFlowType, Object... args) { in createInstance() argument44 return switch (serviceFlowType) { in createInstance()65 "Invalid service flow type: " + serviceFlowType); in createInstance()
53 public ServiceFlowTask(ServiceFlowType serviceFlowType, ServiceFlow serviceFlow) { in ServiceFlowTask() argument55 mServiceFlowType = serviceFlowType; in ServiceFlowTask()