Class CallerImplementation

  • All Implemented Interfaces:
    Caller

    public class CallerImplementation
    extends java.lang.Object
    implements Caller
    Implementation for Caller interface.
    • Method Detail

      • updatePlayerData

        public void updatePlayerData​(java.util.UUID playerUUID,
                                     java.lang.String playerName)
        Description copied from interface: Caller
        Calls all player methods of the associated DataExtension.

        Player methods have UUID or String as a method parameter and a Provider annotation.

        Specified by:
        updatePlayerData in interface Caller
        Parameters:
        playerUUID - UUID of the player.
        playerName - Name of the player.
      • updateServerData

        public void updateServerData()
        Description copied from interface: Caller
        Calls all server methods of the associated DataExtension.

        Server methods have no parameters or Group method parameter and a Provider annotation.

        Specified by:
        updateServerData in interface Caller