Interface AnyPushResultHandler

All Superinterfaces:
SyncopePushResultHandler, SyncopeResultHandler<PushTask,PushActions>
All Known Subinterfaces:
UserPushResultHandler
All Known Implementing Classes:
AbstractPushResultHandler, DefaultAnyObjectPushResultHandler, DefaultGroupPushResultHandler, DefaultUserPushResultHandler, StreamAnyObjectPushResultHandler, StreamGroupPushResultHandler, StreamUserPushResultHandler

public interface AnyPushResultHandler extends SyncopePushResultHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handle(Any any)
     

    Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler

    setProfile, stop
  • Method Details

    • handle

      boolean handle(Any any)