Class RepositoryGuard

java.lang.Object
org.springframework.statemachine.data.BaseRepositoryEntity
org.springframework.statemachine.data.RepositoryGuard
Direct Known Subclasses:
JpaRepositoryGuard, MongoDbRepositoryGuard, RedisRepositoryGuard

public abstract class RepositoryGuard extends BaseRepositoryEntity
Generic base class representing guard entity.
  • Constructor Details

    • RepositoryGuard

      public RepositoryGuard()
  • Method Details

    • getName

      public abstract String getName()
      Gets the name.
      Returns:
      the name
    • getSpel

      public abstract String getSpel()
      Gets the spel.
      Returns:
      the spel