All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.castled.events.warehousevents.WarehouseCreatedEvent Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package io.castled.events.warehousevents;

import io.castled.events.CastledEventType;
import lombok.NoArgsConstructor;

@NoArgsConstructor
public class WarehouseCreatedEvent extends WarehouseEvent {

    public WarehouseCreatedEvent(Long warehouseId){
        super(warehouseId, CastledEventType.WAREHOUSE_CREATED);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy