Interface Access<T>

All Known Subinterfaces:
ConfigAccess<T>, TaskAccess<T>
All Known Implementing Classes:
AbstractConfigAccess, AbstractTaskAccess, GroupConfigAccess, NotifyConfigAccess, RetryDeadLetterTaskAccess, RetryTaskAccess, SceneConfigAccess

public interface Access<T>
Since:
2.1.0
Author:
opensnail
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    supports(String operationType)
     
  • Method Details

    • supports

      boolean supports(String operationType)