Interface LiveActionFactory<Type extends LiveAction>

Type Parameters:
Type - The type of LiveAction created by this factory
All Known Implementing Classes:
BaseActionFactory, FilteredActionFactoryBase

public interface LiveActionFactory<Type extends LiveAction>
An Factory used to create LiveActions. Used to register LiveAction implementations with the ServiceComponentRegistration It enables to create LiveActions with a Configuration given by a Resource
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Service Registration Property reporting the name of LiveActions this factory can create
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Field Details

    • LIVE_ACTION_NAME

      static final String LIVE_ACTION_NAME
      The Service Registration Property reporting the name of LiveActions this factory can create
      See Also:
  • Method Details